freebsd-ports/devel/hs-threadscope/Makefile
Kevin Bowling db78da8f8b devel/libffi: Bump deps PORTREVISION for shlib change
PR:		263764
Reported by:	VVD <vvd@unislabs.com>
2022-05-09 12:23:51 -07:00

39 lines
881 B
Makefile

PORTNAME= threadscope
PORTVERSION= 0.2.14
PORTREVISION= 2
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Graphical tool for profiling parallel Haskell programs
LICENSE= BSD3CLAUSE
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2
USES= cabal gnome pkgconfig
USE_GNOME= cairo gdkpixbuf2 glib20 gtk20
USE_CABAL= alex-3.2.6 \
cairo-0.13.8.1 \
exceptions-0.10.4_1 \
file-embed-0.0.13.0 \
ghc-events-0.15.1 \
glib-0.13.8.1 \
gtk-0.15.5 \
gtk2hs-buildtools-0.13.8.0 \
happy-1.20.0 \
hashable-1.3.1.0 \
hashtables-1.2.4.1 \
pango-0.13.8.1 \
primitive-0.7.1.0_2 \
random-1.2.0_5 \
splitmix-0.1.0.3 \
temporary-1.3 \
utf8-string-1.0.2 \
vector-0.12.2.0
BROKEN_aarch64= ld.lld: error: relocation R_AARCH64_PREL64 cannot be used against symbol ... recompile with -fPIC
.include <bsd.port.mk>