Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F154234696
D13282.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D13282.id.diff
View Options
Index: head/databases/arangodb32/Makefile
===================================================================
--- head/databases/arangodb32/Makefile
+++ head/databases/arangodb32/Makefile
@@ -7,12 +7,14 @@
CATEGORIES= databases net
PKGNAMESUFFIX= 32
-MAINTAINER= galu@packetdam.com
+MAINTAINER= galu@packetdam.com
COMMENT= ArangoDB is a distributed NoSQL database with multiple data models
LICENSE= APACHE20
-USES= gmake ssl cmake:outsource,noninja python:2.7
+ONLY_FOR_ARCHS= amd64
+ONLY_FOR_ARCHS_REASON= "Only builds on amd64"
+USES= gmake ssl cmake:outsource,noninja python:2.7 compiler
USE_GITHUB= yes
CMAKE_ARGS= -DUSE_JEMALLOC:BOOL=off \
@@ -23,6 +25,15 @@
GROUPS= arangodb
USE_RC_SUBR= arangod
+.include <bsd.port.pre.mk>
+
+.if ${COMPILER_TYPE} == clang && ${COMPILER_VERSION} < 40
+BUILD_DEPENDS+= ${LOCALBASE}/bin/clang40:devel/llvm40
+CPP= ${LOCALBASE}/bin/clang-cpp40
+CC= ${LOCALBASE}/bin/clang40
+CXX= ${LOCALBASE}/bin/clang++40
+.endif
+
post-install:
.for section in 1 8
${MV} ${STAGEDIR}${PREFIX}/share/man/man${section}/* ${STAGEDIR}${PREFIX}/man/man${section}/
@@ -38,4 +49,5 @@
${RMDIR} ${STAGEDIR}${PREFIX}/var/log/arangodb
${RMDIR} ${STAGEDIR}${PREFIX}/var/log
${RMDIR} ${STAGEDIR}${PREFIX}/var
-.include <bsd.port.mk>
+
+.include <bsd.port.post.mk>
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Apr 28, 7:52 AM (6 h, 10 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32259668
Default Alt Text
D13282.id.diff (1 KB)
Attached To
Mode
D13282: Fix FreeBSD 10.x and i386 builds
Attached
Detach File
Event Timeline
Log In to Comment