pkgsrc-WIP-changes archive

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

tinycthread: Eliminated, moved to pkgsrc



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sun Sep 18 16:18:25 2016 +0200
Changeset:	8f3858848ed29651dcfbd1d2b5ab06a36fd72e30

Modified Files:
	brlcad/Makefile
Removed Files:
	tinycthread/DESCR
	tinycthread/Makefile
	tinycthread/PLIST
	tinycthread/distinfo

Log Message:
tinycthread: Eliminated, moved to pkgsrc

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

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

diffstat:
 brlcad/Makefile      |  4 ++++
 tinycthread/DESCR    |  5 -----
 tinycthread/Makefile | 40 ----------------------------------------
 tinycthread/PLIST    |  3 ---
 tinycthread/distinfo |  6 ------
 5 files changed, 4 insertions(+), 54 deletions(-)

diffs:
diff --git a/brlcad/Makefile b/brlcad/Makefile
index 9ed902b..52ec74e 100644
--- a/brlcad/Makefile
+++ b/brlcad/Makefile
@@ -15,6 +15,10 @@ USE_TOOLS+=	pkg-config
 USE_LANGUAGES=	c c++ fortran
 
 #CMAKE_ARGS+=	-DBRLCAD_BUNDLED_LIBS=ON
+CMAKE_ARGS+=	-DBRLCAD_BUNDLED_LIBS=OFF
+
+MAKE_FLAGS+=	V=1
+MAKE_FLAGS+=	VERBOSE=1
 
 PKGCONFIG_OVERRIDE+=	misc/pkgconfig/libanalyze.pc.in
 PKGCONFIG_OVERRIDE+=	misc/pkgconfig/librt.pc.in
diff --git a/tinycthread/DESCR b/tinycthread/DESCR
deleted file mode 100644
index 9091625..0000000
--- a/tinycthread/DESCR
+++ /dev/null
@@ -1,5 +0,0 @@
-TinyCThread is a minimalist, portable, threading library for C, intended to
-make it easy to create multi threaded C applications.
-
-The library is closesly modeled after the C11 standard, but only a subset is
-implemented at the moment.
diff --git a/tinycthread/Makefile b/tinycthread/Makefile
deleted file mode 100644
index 05546fe..0000000
--- a/tinycthread/Makefile
+++ /dev/null
@@ -1,40 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	tinycthread-1.1
-CATEGORIES=	devel
-MASTER_SITES=	${MASTER_SITE_GITHUB:=tinycthread/}
-GITHUB_TAG=	v${PKGVERSION_NOREV}
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://tinycthread.github.io/
-COMMENT=	Small, portable implementation of the C11 threads API
-LICENSE=	zlib
-
-USE_LIBTOOL=	yes
-
-INSTALLATION_DIRS=	include lib
-PTHREAD_AUTO_VARS=	yes
-
-do-build:
-	${RUN} cd ${WRKSRC}/source && \
-		${LIBTOOL} --mode=compile --tag=CC ${CC} ${CFLAGS} \
-			-c tinycthread.c
-	${RUN} cd ${WRKSRC}/source && \
-		${LIBTOOL} --mode=link --tag=CC ${CC} -avoid-version ${LDFLAGS} \
-			-o libtinycthread.la tinycthread.lo -rpath ${PREFIX}/lib
-
-do-install:
-	${RUN} cd ${WRKSRC}/source && \
-		${LIBTOOL} --mode=install ${INSTALL_LIB} \
-			-c libtinycthread.la ${DESTDIR}${PREFIX}/lib/libtinycthread.la
-	${INSTALL_DATA} ${WRKSRC}/source/tinycthread.h ${DESTDIR}${PREFIX}/include
-
-do-test:
-.for f in test hello
-	${RUN} cd ${WRKSRC}/test && \
-		${CC} -ltinycthread -L../source/.libs/ -I../source ${f}.c -o ${f} && \
-		LD_LIBRARY_PATH=${WRKSRC}/source/.libs/ ./${f}
-.endfor
-
-.include "../../mk/pthread.buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/tinycthread/PLIST b/tinycthread/PLIST
deleted file mode 100644
index d808f99..0000000
--- a/tinycthread/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD$
-include/tinycthread.h
-lib/libtinycthread.la
diff --git a/tinycthread/distinfo b/tinycthread/distinfo
deleted file mode 100644
index 0d8acb4..0000000
--- a/tinycthread/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-SHA1 (tinycthread-1.1.tar.gz) = 36ac0bd0e70edf3bd101996bec3f97e3317a3291
-RMD160 (tinycthread-1.1.tar.gz) = f9e16333975d2492df09a207f238bbe4fa202232
-SHA512 (tinycthread-1.1.tar.gz) = 0cb29c66484acd8a38ce766c89411a79ec67cfc1c48384570ac29fb735aef82fa0c63aa219cc82e129200d36a3cd6955e5b6f7b2c4dad6493c1a3e14abf418ee
-Size (tinycthread-1.1.tar.gz) = 29380 bytes


Home | Main Index | Thread Index | Old Index