freebsd-ports/graphics/copperspice/Makefile
John Marino 412140c5a8 graphics/copperspice: Mark broken everywhere
On FreeBSD clusters, this won't build (but it builds on my machine)
On DragonFly, the two removed TypeTrait.h patches are still required
(apparently this is a gcc thing, clang was happy enough without them)
Upstream is aware and working on it.

I may change this to BROKEN_FreeBSD when the missing patches are returned.
2015-07-14 10:59:17 +00:00

67 lines
1.9 KiB
Makefile

# Created by: marino@FreeBSD.org
# $FreeBSD$
PORTNAME= copperspice
PORTVERSION= 1.0.4
CATEGORIES= graphics
MASTER_SITES= http://download.copperspice.com/copperspice/source/
MAINTAINER= marino@FreeBSD.org
COMMENT= Modern cross-platform C++ GUI library (derived from Qt 4.8)
LICENSE= LGPL21
BUILD_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig
LIB_DEPENDS= libaudio.so:${PORTSDIR}/audio/nas \
libfreetype.so:${PORTSDIR}/print/freetype2
USES= compiler:c++11-lib gmake iconv libtool pkgconfig \
tar:bz2
USE_XORG= ice sm x11 xcursor xext xi xinerama xrandr
USE_GNOME= glib20
USE_GL= gl
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
CFLAGS+= -I${LOCALBASE}/include \
-I${LOCALBASE}/include/glib-2.0 \
-I${LOCALBASE}/lib/glib-2.0/include \
-I${LOCALBASE}/include/freetype2
LDFLAGS+= -L${ICONV_PREFIX}/lib ${ICONV_LIB} -L${LOCALBASE}/lib
CONFIGURE_ARGS= INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
INSTALL_SCRIPT="${INSTALL_SCRIPT}" \
INSTALL_DATA="${INSTALL_DATA}" \
INSTALL="${INSTALL}" \
OSTYPE=FREEBSD
CONFIGURE_ENV= ZLIB_LIBS="-lz" ZLIB_CFLAGS="-I/usr/include -L/usr/lib"
MAKE_ENV= INSTALL_STRIP_PROGRAM="${INSTALL_PROGRAM}"
PLIST_SUB= SHORT_VER=0 LONG_VER=0.0.0
MAKE_JOBS_UNSAFE= yes
WITH_OPENSSL_PORT= yes
BROKEN= upstream notified; removed patches broke DF too
BROKEN_FreeBSD_8= PR 193528 (c++11 support is broken)
BROKEN_FreeBSD_9= PR 193528 (c++11 support is broken)
BROKEN_i386= qx11embed_x11.cpp:470:20: non-constant-expression\
cannot be narrowed from type 'unsigned int' to 'long'\
in initializer list [-Wc++11-narrowing]
#OPTIONS_DEFINE= OPENSSL #MYSQL PGSQL
#OPTIONS_DEFAULT= OPENSSL
#OPENSSL_USE= OPENSSL
#.include <bsd.port.options.mk>
post-extract:
${MKDIR} ${WRKSRC}/mkspecs/bsd-g++
post-patch:
${REINPLACE_CMD} -e 's|@INSTALL@|${INSTALL}|g' \
${WRKSRC}/src/webkit/Makefile.in
post-configure:
${REINPLACE_CMD} -e '/^hardcode_libdir_flag/ \
s|spec=.*|spec="-Wl,-rpath,${LOCALBASE}/lib"|' \
${WRKSRC}/libtool
.include <bsd.port.mk>