From owner-svn-ports-all@freebsd.org Tue Aug 28 13:55:35 2018 Return-Path: Delivered-To: svn-ports-all@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 0AD48108D309; Tue, 28 Aug 2018 13:55:35 +0000 (UTC) (envelope-from tobik@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 B5725852EF; Tue, 28 Aug 2018 13:55:34 +0000 (UTC) (envelope-from tobik@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 980EC5BAE; Tue, 28 Aug 2018 13:55:34 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w7SDtY4S058788; Tue, 28 Aug 2018 13:55:34 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7SDtYRg058787; Tue, 28 Aug 2018 13:55:34 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201808281355.w7SDtYRg058787@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Tue, 28 Aug 2018 13:55:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r478317 - head/www/bookmarkbridge X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/www/bookmarkbridge X-SVN-Commit-Revision: 478317 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Aug 2018 13:55:35 -0000 Author: tobik Date: Tue Aug 28 13:55:34 2018 New Revision: 478317 URL: https://svnweb.freebsd.org/changeset/ports/478317 Log: www/bookmarkbridge: Fix build with Clang 6 xbelwrite.cpp:90:7: error: declaration of variable 'QString' with deduced type 'auto' requires an initializer auto QString tempstr; ^ http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/bookmarkbridge-0.76_6.log - Deprecate it. It is doubtful this works correctly with modern browsers anymore. Modified: head/www/bookmarkbridge/Makefile Modified: head/www/bookmarkbridge/Makefile ============================================================================== --- head/www/bookmarkbridge/Makefile Tue Aug 28 13:48:01 2018 (r478316) +++ head/www/bookmarkbridge/Makefile Tue Aug 28 13:55:34 2018 (r478317) @@ -13,7 +13,11 @@ COMMENT= Synchronize bookmarks between multiple browse LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Unmaintained. Unlikely to work correctly with modern browsers +EXPIRATION_DATE= 2018-09-15 + USES= autoreconf gmake perl5 pkgconfig qt:4 shebangfix +USE_CXXSTD= gnu++98 SHEBANG_FILES= bookmarkbridge/docs/autodocs.pl USE_XORG= x11 ice xext USE_QT= corelib gui qt3support moc_build rcc_build uic_build