From owner-svn-ports-head@freebsd.org Thu Jun 25 11:19:55 2015 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 8271098CC08; Thu, 25 Jun 2015 11:19:55 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 735261DD6; Thu, 25 Jun 2015 11:19:55 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5PBJt1U013319; Thu, 25 Jun 2015 11:19:55 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5PBJti7013318; Thu, 25 Jun 2015 11:19:55 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201506251119.t5PBJti7013318@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 25 Jun 2015 11:19:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390558 - head/devel/cssc 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.20 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: Thu, 25 Jun 2015 11:19:55 -0000 Author: amdmi3 Date: Thu Jun 25 11:19:54 2015 New Revision: 390558 URL: https://svnweb.freebsd.org/changeset/ports/390558 Log: - Mark BROKEN on FreeBSD 9.x: ../gl/lib/unistd.h:135:3: error: #error "Please include config.h first." ../gl/lib/unistd.h:620: error: expected constructor, destructor, or type conversion before 'extern' /usr/include/c++/4.2/bits/gthr-default.h:46: error: expected constructor, destructor, or type conversion before 'typedef' /usr/include/c++/4.2/bits/gthr-default.h:584: error: '__gthread_key_create' declared as an 'inline' variable /usr/include/c++/4.2/bits/gthr-default.h:584: error: '__gthread_key_t' was not declared in this scope /usr/include/c++/4.2/bits/gthr-default.h:584: error: 'key' was not declared in this scope /usr/include/c++/4.2/bits/gthr-default.h:584: error: 'dtor' was not declared in this scope /usr/include/c++/4.2/bits/gthr-default.h:584: error: expected primary-expression before 'void' /usr/include/c++/4.2/bits/gthr-default.h:584: error: initializer expression list treated as compound expression ... Approved by: portmgr blanket Reported by: pkg-fallout Modified: head/devel/cssc/Makefile Modified: head/devel/cssc/Makefile ============================================================================== --- head/devel/cssc/Makefile Thu Jun 25 11:12:56 2015 (r390557) +++ head/devel/cssc/Makefile Thu Jun 25 11:19:54 2015 (r390558) @@ -12,6 +12,8 @@ COMMENT= Workalike for the source code c LICENSE= GPLv3 +BROKEN_FreeBSD_9= does not build on FreeBSD 9.x + GNU_CONFIGURE= yes INFO= cssc USE_GCC= any