diff options
author | linimon <linimon@FreeBSD.org> | 2018-06-18 11:49:09 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-06-18 11:49:09 +0800 |
commit | c0440bda6b4b10acfc2e9dcd34f689807f39e66e (patch) | |
tree | 011ecedd5c814f5703e586c87086601a7a0634a4 /databases/hamsterdb | |
parent | fef3d02fc15ae16547472eb1f71f009a47f998c0 (diff) | |
download | freebsd-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/Makefile | 6 |
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 |