Date: Fri, 19 Oct 2018 07:55:56 +0000 (UTC) From: Alex Dupre <ale@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482414 - in head/security: quantis quantis-kmod Message-ID: <201810190755.w9J7tuqN058222@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ale Date: Fri Oct 19 07:55:56 2018 New Revision: 482414 URL: https://svnweb.freebsd.org/changeset/ports/482414 Log: Update to v18.03.08 release and unbreak on powerpc64. PR: 232389 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Modified: head/security/quantis-kmod/Makefile head/security/quantis-kmod/distinfo head/security/quantis/Makefile head/security/quantis/distinfo Modified: head/security/quantis-kmod/Makefile ============================================================================== --- head/security/quantis-kmod/Makefile Fri Oct 19 06:20:56 2018 (r482413) +++ head/security/quantis-kmod/Makefile Fri Oct 19 07:55:56 2018 (r482414) @@ -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 Modified: head/security/quantis-kmod/distinfo ============================================================================== --- head/security/quantis-kmod/distinfo Fri Oct 19 06:20:56 2018 (r482413) +++ head/security/quantis-kmod/distinfo Fri Oct 19 07:55:56 2018 (r482414) @@ -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 Modified: head/security/quantis/Makefile ============================================================================== --- head/security/quantis/Makefile Fri Oct 19 06:20:56 2018 (r482413) +++ head/security/quantis/Makefile Fri Oct 19 07:55:56 2018 (r482414) @@ -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 (m 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: 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 Modified: head/security/quantis/distinfo ============================================================================== --- head/security/quantis/distinfo Fri Oct 19 06:20:56 2018 (r482413) +++ head/security/quantis/distinfo Fri Oct 19 07:55:56 2018 (r482414) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810190755.w9J7tuqN058222>