From owner-svn-ports-all@freebsd.org Tue Nov 27 18:40:59 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 E076A1157CA4; Tue, 27 Nov 2018 18:40:58 +0000 (UTC) (envelope-from amdmi3@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 857518CD96; Tue, 27 Nov 2018 18:40:58 +0000 (UTC) (envelope-from amdmi3@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 66A511F30E; Tue, 27 Nov 2018 18:40:58 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wARIewcZ000695; Tue, 27 Nov 2018 18:40:58 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wARIewhO000693; Tue, 27 Nov 2018 18:40:58 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201811271840.wARIewhO000693@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 27 Nov 2018 18:40:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486048 - head/textproc/uncrustify X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/textproc/uncrustify X-SVN-Commit-Revision: 486048 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 857518CD96 X-Spamd-Result: default: False [1.26 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_SPAM_LONG(0.47)[0.465,0]; NEURAL_SPAM_MEDIUM(0.64)[0.643,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.15)[0.154,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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, 27 Nov 2018 18:40:59 -0000 Author: amdmi3 Date: Tue Nov 27 18:40:57 2018 New Revision: 486048 URL: https://svnweb.freebsd.org/changeset/ports/486048 Log: - Update to 0.68.1 - Try to unbreak with ancient gcc Modified: head/textproc/uncrustify/Makefile head/textproc/uncrustify/distinfo Modified: head/textproc/uncrustify/Makefile ============================================================================== --- head/textproc/uncrustify/Makefile Tue Nov 27 18:32:47 2018 (r486047) +++ head/textproc/uncrustify/Makefile Tue Nov 27 18:40:57 2018 (r486048) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= uncrustify -PORTVERSION= 0.68 +PORTVERSION= 0.68.1 DISTVERSIONPREFIX= ${PORTNAME}- CATEGORIES= textproc @@ -12,9 +12,9 @@ COMMENT= Highly configurable source code beautifier LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_mips= fails to compile: cc1plus: error: unrecognized command line option "-std=gnu++0x" -BROKEN_mips64= fails to compile: cc1plus: error: unrecognized command line option "-std=gnu++0x" -BROKEN_powerpc64= fails to compile: cc1plus: error: unrecognized command line option "-std=gnu++0x" +#BROKEN_mips= fails to compile: cc1plus: error: unrecognized command line option "-std=gnu++0x" +#BROKEN_mips64= fails to compile: cc1plus: error: unrecognized command line option "-std=gnu++0x" +#BROKEN_powerpc64= fails to compile: cc1plus: error: unrecognized command line option "-std=gnu++0x" USE_GITHUB= yes @@ -25,6 +25,10 @@ TEST_TARGET= test PORTDOCS= * OPTIONS_DEFINE= DOCS + +# fixes BROKENs above, but may introduce different errors +post-patch: + @${REINPLACE_CMD} -e '/gnu++0x/ d' ${WRKSRC}/CMakeLists.txt post-install: @${MKDIR} ${STAGEDIR}${ETCDIR} Modified: head/textproc/uncrustify/distinfo ============================================================================== --- head/textproc/uncrustify/distinfo Tue Nov 27 18:32:47 2018 (r486047) +++ head/textproc/uncrustify/distinfo Tue Nov 27 18:40:57 2018 (r486048) @@ -1,3 +1,3 @@ -TIMESTAMP = 1542460252 -SHA256 (uncrustify-uncrustify-uncrustify-0.68_GH0.tar.gz) = 28a0f48696c23e844979e6b7cd6398b8c74d359f0926fc649512fc0e03cbae9f -SIZE (uncrustify-uncrustify-uncrustify-0.68_GH0.tar.gz) = 1558731 +TIMESTAMP = 1542986502 +SHA256 (uncrustify-uncrustify-uncrustify-0.68.1_GH0.tar.gz) = 038d371e7fd10feda8a27f663217eac56fd8d78b0650499e3048d544d836571d +SIZE (uncrustify-uncrustify-uncrustify-0.68.1_GH0.tar.gz) = 1566201