From owner-svn-ports-head@freebsd.org Fri Oct 19 07:55:57 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B372CFD6AC7; Fri, 19 Oct 2018 07:55:57 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 57294734C0; Fri, 19 Oct 2018 07:55:57 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 30BEE42C8; Fri, 19 Oct 2018 07:55:57 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9J7tvS5058225; Fri, 19 Oct 2018 07:55:57 GMT (envelope-from ale@FreeBSD.org) Received: (from ale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9J7tuqN058222; Fri, 19 Oct 2018 07:55:56 GMT (envelope-from ale@FreeBSD.org) Message-Id: <201810190755.w9J7tuqN058222@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ale set sender to ale@FreeBSD.org using -f From: Alex Dupre Date: Fri, 19 Oct 2018 07:55:56 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: ale X-SVN-Commit-Paths: in head/security: quantis quantis-kmod X-SVN-Commit-Revision: 482414 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Oct 2018 07:55:58 -0000 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 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