From owner-svn-ports-head@freebsd.org Tue May 2 15:38:39 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AE92FD5A497; Tue, 2 May 2017 15:38:39 +0000 (UTC) (envelope-from madpilot@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 mx1.freebsd.org (Postfix) with ESMTPS id 616C51F0; Tue, 2 May 2017 15:38:39 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v42Fcc7H027256; Tue, 2 May 2017 15:38:38 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v42FccN4027253; Tue, 2 May 2017 15:38:38 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201705021538.v42FccN4027253@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Tue, 2 May 2017 15:38:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439954 - in head/security/xca: . files X-SVN-Group: ports-head 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.23 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: Tue, 02 May 2017 15:38:39 -0000 Author: madpilot Date: Tue May 2 15:38:37 2017 New Revision: 439954 URL: https://svnweb.freebsd.org/changeset/ports/439954 Log: - Fix build with QT5 - Update WWW line in pkg-descr Added: head/security/xca/files/patch-widgets_MW__help.cpp (contents, props changed) Modified: head/security/xca/Makefile head/security/xca/pkg-descr Modified: head/security/xca/Makefile ============================================================================== --- head/security/xca/Makefile Tue May 2 15:30:40 2017 (r439953) +++ head/security/xca/Makefile Tue May 2 15:38:37 2017 (r439954) @@ -29,7 +29,8 @@ OPTIONS_DEFAULT= QT4 QT4_USE= qt4=gui,linguist_build,moc_build,qmake_build \ qt4=rcc_build,uic_build -QT5_USE= qt5=widgets,buildtools_build,linguist_build +QT5_USE= qt5=widgets,buildtools_build,linguist_build \ + CXXSTD=c++11 TOOLKIT_DESC= Qt toolkit post-patch: Added: head/security/xca/files/patch-widgets_MW__help.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/xca/files/patch-widgets_MW__help.cpp Tue May 2 15:38:37 2017 (r439954) @@ -0,0 +1,13 @@ +--- widgets/MW_help.cpp.orig 2015-10-10 12:54:12 UTC ++++ widgets/MW_help.cpp +@@ -67,8 +67,8 @@ void MainWindow::about() + { + version = QString("" + "" +- "" +- "" ++ "" ++ "" + "" + "" + "" Modified: head/security/xca/pkg-descr ============================================================================== --- head/security/xca/pkg-descr Tue May 2 15:30:40 2017 (r439953) +++ head/security/xca/pkg-descr Tue May 2 15:38:37 2017 (r439954) @@ -5,4 +5,4 @@ storage. It supports importing and expor certificates, signing and revoking of PEM DER PKCS12, and selection of x509v3 extensions. A tree view of certificates is presented. -WWW: http://xca.hohnstaedt.de/ +WWW: http://xca.sourceforge.net/
Compile time:"OPENSSL_VERSION_TEXT"QT version: "QT_VERSION_STR"" OPENSSL_VERSION_TEXT "QT version: " QT_VERSION_STR "
Run time:%1