diff options
Diffstat (limited to 'security/quantis/files')
-rw-r--r-- | security/quantis/files/patch-CMake_FindJNI.cmake | 18 | ||||
-rw-r--r-- | security/quantis/files/patch-EasyQuantis_CMakeLists.txt | 10 | ||||
-rw-r--r-- | security/quantis/files/patch-QuantisExtensions_CMakeLists.txt | 10 | ||||
-rw-r--r-- | security/quantis/files/patch-QuantisExtensions_QuantisExtractor_C.c | 15 | ||||
-rw-r--r-- | security/quantis/files/patch-Quantis_CMakeLists.txt | 11 | ||||
-rw-r--r-- | security/quantis/files/pkg-message.in | 10 | ||||
-rw-r--r-- | security/quantis/files/quantis.conf | 7 |
7 files changed, 0 insertions, 81 deletions
diff --git a/security/quantis/files/patch-CMake_FindJNI.cmake b/security/quantis/files/patch-CMake_FindJNI.cmake deleted file mode 100644 index 96b2d29c913d..000000000000 --- a/security/quantis/files/patch-CMake_FindJNI.cmake +++ /dev/null @@ -1,18 +0,0 @@ ---- CMake/FindJNI.cmake.orig 2010-06-29 07:44:57 UTC -+++ CMake/FindJNI.cmake -@@ -98,6 +98,7 @@ JAVA_APPEND_LIBRARY_DIRECTORIES(JAVA_AWT - /usr/lib/jvm/default-java/jre/lib - /usr/lib/jvm/default-java/lib - # FreeBSD specific paths for default JVM -+ /usr/local/openjdk8/jre/lib/{libarch} - /usr/local/openjdk7/jre/lib/{libarch} - /usr/local/openjdk6/jre/lib/{libarch} - /usr/local/diablo-jdk1.6.0/jre/lib/{libarch} -@@ -138,6 +139,7 @@ SET(JAVA_AWT_INCLUDE_DIRECTORIES - # Debian specific path for default JVM - /usr/lib/jvm/default-java/include - # FreeBSD specific path for default JVM -+ /usr/local/openjdk8/include - /usr/local/openjdk7/include - /usr/local/openjdk6/include - /usr/local/diablo-jdk1.6.0/include diff --git a/security/quantis/files/patch-EasyQuantis_CMakeLists.txt b/security/quantis/files/patch-EasyQuantis_CMakeLists.txt deleted file mode 100644 index c8828506c54f..000000000000 --- a/security/quantis/files/patch-EasyQuantis_CMakeLists.txt +++ /dev/null @@ -1,10 +0,0 @@ ---- EasyQuantis/CMakeLists.txt.orig 2014-04-17 14:41:53.461085311 +0000 -+++ EasyQuantis/CMakeLists.txt 2014-04-17 14:44:22.923075121 +0000 -@@ -102,6 +102,7 @@ - ${QT_LIBRARIES} - ${Boost_LIBRARIES} - ${Rt_LIBRARIES} -+ -pthread - ) - if(CMAKE_SYSTEM_NAME MATCHES "Darwin") - set_target_properties(${ExeName} PROPERTIES diff --git a/security/quantis/files/patch-QuantisExtensions_CMakeLists.txt b/security/quantis/files/patch-QuantisExtensions_CMakeLists.txt deleted file mode 100644 index c3dfbb978cfb..000000000000 --- a/security/quantis/files/patch-QuantisExtensions_CMakeLists.txt +++ /dev/null @@ -1,10 +0,0 @@ ---- QuantisExtensions/CMakeLists.txt.orig 2012-09-24 16:08:08.000000000 +0200 -+++ QuantisExtensions/CMakeLists.txt 2012-09-24 16:08:24.000000000 +0200 -@@ -58,6 +58,6 @@ - ARCHIVE DESTINATION ${CMAKE_INSTALL_LIB_DIR} - ) - --INSTALL(FILES ${Public_Headers} DESTINATION include) -+INSTALL(FILES ${Public_Headers} DESTINATION include/QuantisExtensions) - - diff --git a/security/quantis/files/patch-QuantisExtensions_QuantisExtractor_C.c b/security/quantis/files/patch-QuantisExtensions_QuantisExtractor_C.c deleted file mode 100644 index 038c22ee9af1..000000000000 --- a/security/quantis/files/patch-QuantisExtensions_QuantisExtractor_C.c +++ /dev/null @@ -1,15 +0,0 @@ ---- QuantisExtensions/QuantisExtractor_C.c.orig 2012-09-24 15:42:36.000000000 +0200 -+++ QuantisExtensions/QuantisExtractor_C.c 2012-09-24 15:42:56.000000000 +0200 -@@ -53,7 +53,11 @@ - #include "../Quantis/Conversion.h" - #include <stdio.h> - #include <math.h> --#include <malloc.h> -+#ifdef HAVE_MALLOC_H -+# include <malloc.h> -+#else -+# include <stdlib.h> -+#endif - - - /* Size of the buffer used for QuantisReadXXX methods */ diff --git a/security/quantis/files/patch-Quantis_CMakeLists.txt b/security/quantis/files/patch-Quantis_CMakeLists.txt deleted file mode 100644 index 1a3b25440b8b..000000000000 --- a/security/quantis/files/patch-Quantis_CMakeLists.txt +++ /dev/null @@ -1,11 +0,0 @@ ---- Quantis/CMakeLists.txt.orig 2011-05-27 14:12:20.000000000 +0200 -+++ Quantis/CMakeLists.txt 2011-05-27 14:15:01.000000000 +0200 -@@ -151,7 +151,7 @@ - ARCHIVE DESTINATION ${CMAKE_INSTALL_LIB_DIR} - ) - --INSTALL(FILES ${Public_Headers} DESTINATION include) -+INSTALL(FILES ${Public_Headers} DESTINATION include/Quantis) - - - ########## Quantis Compatilibity Libraries ########## diff --git a/security/quantis/files/pkg-message.in b/security/quantis/files/pkg-message.in deleted file mode 100644 index 7db754ebbd02..000000000000 --- a/security/quantis/files/pkg-message.in +++ /dev/null @@ -1,10 +0,0 @@ -************************************************************ - -To give Quantis USB access to other users than 'root', -you have to change permissions on the generated 'ugen' -device. - -A devd config sample has been put in the examples directory. -Copy it into %%LOCALBASE%%/etc/devd ad modify it at your needs. - -************************************************************ diff --git a/security/quantis/files/quantis.conf b/security/quantis/files/quantis.conf deleted file mode 100644 index d2826eb2347d..000000000000 --- a/security/quantis/files/quantis.conf +++ /dev/null @@ -1,7 +0,0 @@ -# Quantis USB RNG -attach 100 { - device-name "ugen[0-9\.]+"; - match "vendor" "0x0aba"; - match "product" "0x0102"; - action "/bin/chmod 666 /dev/$device-name"; -}; |