diff options
author | ale <ale@FreeBSD.org> | 2018-10-19 15:55:56 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2018-10-19 15:55:56 +0800 |
commit | 865e7ff4cc7327c598ab9e1ceb31aff8a70fa7df (patch) | |
tree | df9553b0634e8b01a1d73be388861e83d39b3988 /security | |
parent | 5bdf2ae050704a1266465d07cd952404aec5f0a7 (diff) | |
download | freebsd-ports-gnome-865e7ff4cc7327c598ab9e1ceb31aff8a70fa7df.tar.gz freebsd-ports-gnome-865e7ff4cc7327c598ab9e1ceb31aff8a70fa7df.tar.zst freebsd-ports-gnome-865e7ff4cc7327c598ab9e1ceb31aff8a70fa7df.zip |
Update to v18.03.08 release and unbreak on powerpc64.
PR: 232389
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
Diffstat (limited to 'security')
-rw-r--r-- | security/quantis-kmod/Makefile | 10 | ||||
-rw-r--r-- | security/quantis-kmod/distinfo | 5 | ||||
-rw-r--r-- | security/quantis/Makefile | 13 | ||||
-rw-r--r-- | security/quantis/distinfo | 5 |
4 files changed, 16 insertions, 17 deletions
diff --git a/security/quantis-kmod/Makefile b/security/quantis-kmod/Makefile index 6bbea7c23379..031f70bcfdea 100644 --- a/security/quantis-kmod/Makefile +++ b/security/quantis-kmod/Makefile @@ -2,12 +2,11 @@ # $FreeBSD$ PORTNAME= quantis -DISTVERSION= v13.11.08 +DISTVERSION= v18.03.08 CATEGORIES= security -MASTER_SITES= http://www.idquantique.com/~download/Quantis/ \ - LOCAL/ale +MASTER_SITES= https://www.idquantique.com/wordpress/wp-content/uploads/ PKGNAMESUFFIX= -kmod -DISTNAME= Quantis-${DISTVERSION}-src +DISTNAME= Quantis-${DISTVERSION} MAINTAINER= ale@FreeBSD.org COMMENT= Kernel driver for Quantis PCI/PCIe random number generator @@ -16,9 +15,8 @@ LICENSE= BSD3CLAUSE GPLv2 LICENSE_COMB= dual LICENSE_FILE= ${WRKDIR}/Quantis-${DISTVERSION}/License.txt -BROKEN_powerpc64= fails to compile: pcpu.h: size of array '__assert_0' is negative - USES= kmod uidfix zip:infozip + EXTRACT_BEFORE_ARGS= -aqo WRKSRC= ${WRKDIR}/Quantis-${DISTVERSION}/Drivers/Unix/QuantisPci diff --git a/security/quantis-kmod/distinfo b/security/quantis-kmod/distinfo index bdc8f466db0d..aa69138117ec 100644 --- a/security/quantis-kmod/distinfo +++ b/security/quantis-kmod/distinfo @@ -1,2 +1,3 @@ -SHA256 (Quantis-v13.11.08-src.zip) = cd56cb8835c1cde798b966ef256902d30e2328e59c169e43962d164b7be093db -SIZE (Quantis-v13.11.08-src.zip) = 7222860 +TIMESTAMP = 1539934295 +SHA256 (Quantis-v18.03.08.zip) = d7e88f5213c17a414666954266462219d4f7f8a0de0f3cc72d832b600fb73d3e +SIZE (Quantis-v18.03.08.zip) = 293853325 diff --git a/security/quantis/Makefile b/security/quantis/Makefile index 8766413489d3..cd0bd7647aa7 100644 --- a/security/quantis/Makefile +++ b/security/quantis/Makefile @@ -2,12 +2,10 @@ # $FreeBSD$ PORTNAME= quantis -DISTVERSION= v13.11.08 -PORTREVISION= 11 +DISTVERSION= v18.03.08 CATEGORIES= security devel java -MASTER_SITES= http://www.idquantique.com/~download/Quantis/ \ - LOCAL/ale -DISTNAME= Quantis-${DISTVERSION}-src +MASTER_SITES= https://www.idquantique.com/wordpress/wp-content/uploads/ +DISTNAME= Quantis-${DISTVERSION} MAINTAINER= ale@FreeBSD.org COMMENT= Libraries and utilities to access Quantis devices @@ -20,6 +18,8 @@ BROKEN_aarch64= fails to build: Could not find JNI (missing: JAVA_AWT_LIBRARY J BROKEN_armv6= fails to build: Could not find JNI (missing: JAVA_AWT_LIBRARY JAVA_JVM_LIBRARY) BROKEN_armv7= fails to build: Could not find JNI (missing: JAVA_AWT_LIBRARY JAVA_JVM_LIBRARY) +USES= cmake compiler:c++11-lang qt:4 zip:infozip + OPTIONS_DEFINE= PCI USB JAVA COMPAT TOOL GUI DOCS EXAMPLES OPTIONS_DEFAULT=PCI USB JAVA TOOL GUI NO_OPTIONS_SORT=yes @@ -32,7 +32,6 @@ TOOL_DESC= Build EasyQuantis application GUI_DESC= Build QT4 GUI for EasyQuantis application EXTRACT_BEFORE_ARGS= -aqo -USES= cmake compiler:c++11-lang qt:4 zip:infozip USE_LDCONFIG= yes SUB_FILES= pkg-message @@ -77,7 +76,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/lib/libboost_date_time.a:devel/boost-libs CXXFLAGS+= -I${LOCALBASE}/include . if ${PORT_OPTIONS:MGUI} -USE_QT+= gui moc_build uic_build rcc_build qmake_build +USE_QT+= corelib gui moc_build uic_build rcc_build qmake_build . else CMAKE_ARGS+= -DDISABLE_EASYQUANTIS_GUI=1 . endif diff --git a/security/quantis/distinfo b/security/quantis/distinfo index bdc8f466db0d..126de4072608 100644 --- a/security/quantis/distinfo +++ b/security/quantis/distinfo @@ -1,2 +1,3 @@ -SHA256 (Quantis-v13.11.08-src.zip) = cd56cb8835c1cde798b966ef256902d30e2328e59c169e43962d164b7be093db -SIZE (Quantis-v13.11.08-src.zip) = 7222860 +TIMESTAMP = 1539934255 +SHA256 (Quantis-v18.03.08.zip) = d7e88f5213c17a414666954266462219d4f7f8a0de0f3cc72d832b600fb73d3e +SIZE (Quantis-v18.03.08.zip) = 293853325 |