Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Jun 2015 11:19:55 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r390558 - head/devel/cssc
Message-ID:  <201506251119.t5PBJti7013318@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506251119.t5PBJti7013318>