ports/devel/art/Makefile
Antoine Brodin 0228707775 Mark BROKEN: fails to build
c++ -c -O2 -pipe  -fstack-protector -fno-strict-aliasing -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/include/libxml2 -I/usr/local/include/glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc++-2.0/include  ccloader.cc -o ccloader.o
...
/usr/local/include/glibmm-2.4/glibmm/ustring.h:256:13: error: expected ';' at end of declaration list

Reported by:	pkg-fallout
2017-05-10 21:43:22 +00:00

38 lines
977 B
Makefile

# Created by: Vladimir Gorelov <virtual.lark@gmail.com>
# $FreeBSD$
PORTNAME= art
PORTVERSION= 0.9.01
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://skylark.tsu.ru/art/0.9/download/src/ \
SF/art-project/src/
MAINTAINER= virtual.lark@gmail.com
COMMENT= Resource tracing, debugging, and profiling tool
LICENSE= GPLv3
BROKEN= fails to build
LIB_DEPENDS= libxml++-2.6.so:textproc/libxml++26
USES= gmake pkgconfig
OPTIONS_DEFINE= DOCS
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/artlibgen/src/artlibgen ${STAGEDIR}${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/artrepgen/artrepgen ${STAGEDIR}${PREFIX}/bin
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for docs in posix-gcc-mt-file-lint.xml posix-gcc-mt-netw-lint.xml \
posix-gcc-mt-file-special.xml
@${INSTALL_DATA} ${WRKSRC}/artlibgen/templates/${docs} ${STAGEDIR}${DOCSDIR}
.endfor
.if defined(MAINTAINER_MODE)
full-regression-test: build
cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} test
.endif
.include <bsd.port.mk>