From owner-svn-ports-head@freebsd.org Wed Aug 1 07:50:31 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 374BA105C59D; Wed, 1 Aug 2018 07:50:31 +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 D981786C73; Wed, 1 Aug 2018 07:50:30 +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 AF11B1F93E; Wed, 1 Aug 2018 07:50:30 +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 w717oUbt082412; Wed, 1 Aug 2018 07:50:30 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w717oUuq082410; Wed, 1 Aug 2018 07:50:30 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201808010750.w717oUuq082410@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Wed, 1 Aug 2018 07:50:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r476162 - head/devel/mico X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/devel/mico X-SVN-Commit-Revision: 476162 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.27 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: Wed, 01 Aug 2018 07:50:31 -0000 Author: tobik Date: Wed Aug 1 07:50:29 2018 New Revision: 476162 URL: https://svnweb.freebsd.org/changeset/ports/476162 Log: devel/mico: Deprecate; fix build with Clang 6 uni_fromuni.cc:56:3: error: constant expression evaluates to 240 which cannot be narrowed to type 'char' [-Wc++11-narrowing] 0xF0, 0xF1, 0xF2, 0xF3, 0xF4, 0xF5, 0xF6, 0xF7, /* 0x30-0x37 ( 48- 55) */ ^~~~ http://beefy12.nyi.freebsd.org/data/head-amd64-default/p475478_s336801/logs/errors/mico-2.3.13_3.log yacc.yy:1798:34: error: reference to 'string_literals' is ambiguous yyval.node = new ParseNode( string_literals, yyvsp[0].node ); ^ ./parsenode.h:124:3: note: candidate found by name lookup is 'string_literals' string_literals, ^ /usr/include/c++/v1/string:4043:20: note: candidate found by name lookup is 'std::__1::literals::string_literals' inline namespace string_literals ^ - While here update WWW Modified: head/devel/mico/Makefile head/devel/mico/pkg-descr Modified: head/devel/mico/Makefile ============================================================================== --- head/devel/mico/Makefile Wed Aug 1 07:37:48 2018 (r476161) +++ head/devel/mico/Makefile Wed Aug 1 07:50:29 2018 (r476162) @@ -15,6 +15,8 @@ LICENSE_COMB= multi LICENSE_FILE_GPLv2= ${WRKSRC}/LICENSE-GPL LICENSE_FILE_LGPL20= ${WRKSRC}/LICENSE-LGPL +DEPRECATED= unmaintained upstream and unused in the ports tree +EXPIRATION_DATE= 2018-08-30 BROKEN_SSL= openssl-devel BROKEN_SSL_REASON_openssl-devel= member access into incomplete type 'BIO' (aka 'bio_st') @@ -22,6 +24,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-optimize --with-ssl=${OPENSSLBASE} MAKE_ARGS= INSTDIR=${STAGEDIR}${PREFIX} SHARED_INSTDIR=${STAGEDIR}${PREFIX} USES= gmake ncurses readline ssl +USE_CXXSTD= c++98 USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME} Modified: head/devel/mico/pkg-descr ============================================================================== --- head/devel/mico/pkg-descr Wed Aug 1 07:37:48 2018 (r476161) +++ head/devel/mico/pkg-descr Wed Aug 1 07:50:29 2018 (r476162) @@ -21,4 +21,4 @@ Here is some of MICO features: o Relationship service, o Property service, o Time service, o Security service -WWW: http://www.mico.org +WWW: http://mico.sourceforge.net