Skip to content

Instantly share code, notes, and snippets.

From 604c6e890ca495364fc5b5cce2861ce1f0c2d3e3 Mon Sep 17 00:00:00 2001
From: Sebastian Wiedenroth <sebastian.wiedenroth@skylime.net>
Date: Thu, 22 Jun 2017 15:37:42 +0200
Subject: [PATCH] 5838 a Linux-like free(1M) would probably not be a bad thing
---
usr/src/cmd/Makefile | 1 +
usr/src/cmd/free/Makefile | 33 +++++
usr/src/cmd/free/free.c | 255 ++++++++++++++++++++++++++++++++++
usr/src/man/man1/Makefile | 1 +
Thread 2 Crashed:: Dispatch queue: CA::CG::Queue
0 libobjc.A.dylib 0x00007fff97a504dd objc_msgSend + 29
1 com.apple.driver.AppleIntelHD5000GraphicsMTLDriver 0x0000000110436002 -[MTLIGAccelCommandQueue initWithDevice:maxCommandBufferCount:] + 154
2 com.apple.QuartzCore 0x00007fff86334e58 CA::OGL::MetalContext::MetalContext(void*, CA::OGL::MetalContext*, int) + 224
3 com.apple.QuartzCore 0x00007fff8622410a CA::CG::IOSurfaceRenderer::acquire(CA::CG::IOSurfaceDrawable&, CA::CG::IOSurfaceRenderer**, unsigned int, bool) + 732
4 com.apple.QuartzCore 0x00007fff86223d1c CA::CG::Queue::render_callback(void*) + 52
5 libdispatch.dylib 0x00007fff8729940b _dispatch_client_callout + 8
6 libdispatch.dylib 0x00007fff8729e03b _dispatch_queue_drain + 754
7 libdispatch.dylib 0x00007fff872a4707 _dispatch_queue_invoke + 549
8 libdispatch.dylib 0x00007fff8729940b _dispatch_client_callout + 8
diff --git a/sysutils/b2sum/DESCR b/sysutils/b2sum/DESCR
new file mode 100644
index 0000000..7d19ef2
--- /dev/null
+++ b/sysutils/b2sum/DESCR
@@ -0,0 +1 @@
+Command line utility to hash files using reference implementation of BLAKE2.
diff --git a/sysutils/b2sum/Makefile b/sysutils/b2sum/Makefile
new file mode 100644
index 0000000..902a0ce
diff --git a/lang/LuaJIT2/Makefile b/lang/LuaJIT2/Makefile
index 5360fac..fba9069 100644
--- a/lang/LuaJIT2/Makefile
+++ b/lang/LuaJIT2/Makefile
@@ -3,7 +3,7 @@
DISTNAME= LuaJIT-2.0.4
PKGNAME= ${DISTNAME:S/LuaJIT/LuaJIT2/}
-PKGREVISION= 1
+PKGREVISION= 2
diff --git a/geography/osrm/DESCR b/geography/osrm/DESCR
new file mode 100644
index 0000000..76665fa
--- /dev/null
+++ b/geography/osrm/DESCR
@@ -0,0 +1,2 @@
+The Open Source Routing Machine is a high performance routing engine written
+in C++11 designed to run on OpenStreetMap data.
diff --git a/geography/osrm/Makefile b/geography/osrm/Makefile
new file mode 100644
diff --git a/devel/luabind/DESCR b/devel/luabind/DESCR
new file mode 100644
index 0000000..5affd85
--- /dev/null
+++ b/devel/luabind/DESCR
@@ -0,0 +1,5 @@
+Luabind is a library that helps you create bindings between C++ and Lua.
+It has the ability to expose functions and classes, written in C++, to
+Lua. It will also supply the functionality to define classes in lua and
+let them derive from other lua classes or C++ classes. Lua classes can
diff --git a/devel/stxxl/DESCR b/devel/stxxl/DESCR
new file mode 100644
index 0000000..6543c2f
--- /dev/null
+++ b/devel/stxxl/DESCR
@@ -0,0 +1 @@
+Standard Template Library for Extra Large Data Sets
diff --git a/devel/stxxl/Makefile b/devel/stxxl/Makefile
new file mode 100644
index 0000000..451203b
diff --git a/parallel/threadingbuildingblocks/Makefile b/parallel/threadingbuildingblocks/Makefile
index 25754d2..f0a017e 100644
--- a/parallel/threadingbuildingblocks/Makefile
+++ b/parallel/threadingbuildingblocks/Makefile
@@ -1,9 +1,9 @@
# $NetBSD: Makefile,v 1.4 2013/10/20 17:58:05 joerg Exp $
-DISTNAME= tbb30_20110325oss_src
-PKGNAME= threadingbuildingblocks-3.0.6 # for "3.0 update 6"
+DISTNAME= tbb44_20160413oss_src
diff --git a/devel/py-virtualenv/Makefile b/devel/py-virtualenv/Makefile
index a1529d7..c192e6a 100644
--- a/devel/py-virtualenv/Makefile
+++ b/devel/py-virtualenv/Makefile
@@ -15,7 +15,7 @@ FILES_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX}
REPLACE_PYTHON= virtualenv.py
post-install:
- ${RM} -f ${DESTDIR}${PREFIX}/bin/virtualenv
+ ${MV} ${DESTDIR}${PREFIX}/bin/virtualenv ${DESTDIR}${PREFIX}/bin/virtualenv-${PYVERSSUFFIX}
diff --git a/devel/slibtool/DESCR b/devel/slibtool/DESCR
new file mode 100644
index 0000000..686dc52
--- /dev/null
+++ b/devel/slibtool/DESCR
@@ -0,0 +1 @@
+skinny libtool implementation, written in C
diff --git a/devel/slibtool/Makefile b/devel/slibtool/Makefile
new file mode 100644
index 0000000..2c94d20