Lines 39-44
Link Here
|
39 |
CLANG38_BUILD_DEPENDS= clang38:devel/llvm38 |
39 |
CLANG38_BUILD_DEPENDS= clang38:devel/llvm38 |
40 |
CLANG38_RUN_DEPENDS= clang38:devel/llvm38 |
40 |
CLANG38_RUN_DEPENDS= clang38:devel/llvm38 |
41 |
|
41 |
|
|
|
42 |
.include <bsd.port.pre.mk> |
43 |
|
44 |
.if ${ARCH} == "i386" |
45 |
EXTRA_PATCHES += ${FILESDIR}/extra-i386_src_BUILD |
46 |
.endif |
47 |
|
42 |
# Have the location of the system-wide rc file reside ${ETCDIR}. |
48 |
# Have the location of the system-wide rc file reside ${ETCDIR}. |
43 |
# Also adapt the sample file to disable persistent java workers as they |
49 |
# Also adapt the sample file to disable persistent java workers as they |
44 |
# do not work reliably on FreeBSD. |
50 |
# do not work reliably on FreeBSD. |
Lines 71-74
Link Here
|
71 |
@${MKDIR} ${STAGEDIR}${ETCDIR} |
77 |
@${MKDIR} ${STAGEDIR}${ETCDIR} |
72 |
${INSTALL_DATA} ${WRKSRC}/scripts/packages/debian/bazel.bazelrc ${STAGEDIR}${ETCDIR}/bazel.bazelrc.sample |
78 |
${INSTALL_DATA} ${WRKSRC}/scripts/packages/debian/bazel.bazelrc ${STAGEDIR}${ETCDIR}/bazel.bazelrc.sample |
73 |
|
79 |
|
74 |
.include <bsd.port.mk> |
80 |
.include <bsd.port.post.mk> |