freebsd-ports/devel/cssc/Makefile
Dmitry Marakasov 78b1692e15 - 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
2015-06-25 11:19:54 +00:00

26 lines
516 B
Makefile

# Created by: Oliver Fromme
# $FreeBSD$
PORTNAME= cssc
PORTVERSION= 1.4.0
CATEGORIES= devel
MASTER_SITES= GNU
DISTNAME= CSSC-${PORTVERSION}
MAINTAINER= oliver@fromme.com
COMMENT= Workalike for the source code control system SCCS
LICENSE= GPLv3
BROKEN_FreeBSD_9= does not build on FreeBSD 9.x
GNU_CONFIGURE= yes
INFO= cssc
USE_GCC= any
OPTIONS_DEFINE= BINARY
OPTIONS_DEFAULT= BINARY
BINARY_DESC= Support binary SCCS files (Solaris interoperability)
BINARY_CONFIGURE_ENABLE= binary
.include <bsd.port.mk>