aboutsummaryrefslogtreecommitdiffstats
path: root/databases/hamsterdb
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2018-06-18 11:49:09 +0800
committerlinimon <linimon@FreeBSD.org>2018-06-18 11:49:09 +0800
commitc0440bda6b4b10acfc2e9dcd34f689807f39e66e (patch)
tree011ecedd5c814f5703e586c87086601a7a0634a4 /databases/hamsterdb
parentfef3d02fc15ae16547472eb1f71f009a47f998c0 (diff)
downloadfreebsd-ports-gnome-c0440bda6b4b10acfc2e9dcd34f689807f39e66e.tar.gz
freebsd-ports-gnome-c0440bda6b4b10acfc2e9dcd34f689807f39e66e.tar.zst
freebsd-ports-gnome-c0440bda6b4b10acfc2e9dcd34f689807f39e66e.zip
Mark ports broken on powerpc64, categories d-f.
While here, pet portlint and do some other cleanup. Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'databases/hamsterdb')
-rw-r--r--databases/hamsterdb/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/databases/hamsterdb/Makefile b/databases/hamsterdb/Makefile
index f5b21938ddd4..b602dd363bd5 100644
--- a/databases/hamsterdb/Makefile
+++ b/databases/hamsterdb/Makefile
@@ -12,14 +12,16 @@ COMMENT= Lightweight Embedded Database Engine
LICENSE= APACHE20
+BROKEN_powerpc64= fails to configure: checking for the Boost system library... no
+
BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs
+USES= alias gmake libtool
+USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-boost=${LOCALBASE}
INSTALL_TARGET= install-strip
CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib
-USES= alias gmake libtool
-USE_LDCONFIG= yes
HAM_DOCS= README INSTALL ChangeLog TODO AUTHORS CREDITS