Lines 2-8
Link Here
|
2 |
# $FreeBSD: head/devel/bazel/Makefile 500716 2019-05-03 11:27:53Z swills $ |
2 |
# $FreeBSD: head/devel/bazel/Makefile 500716 2019-05-03 11:27:53Z swills $ |
3 |
|
3 |
|
4 |
PORTNAME= bazel |
4 |
PORTNAME= bazel |
5 |
DISTVERSION= 0.25.0 |
5 |
DISTVERSION= 0.26.0 |
6 |
CATEGORIES= devel java |
6 |
CATEGORIES= devel java |
7 |
MASTER_SITES= https://storage.googleapis.com/bazel/${PORTVERSION}/rc${FINALRC}/ |
7 |
MASTER_SITES= https://storage.googleapis.com/bazel/${PORTVERSION}/rc${FINALRC}/ |
8 |
DISTNAME= bazel-${PORTVERSION}rc${FINALRC}-dist |
8 |
DISTNAME= bazel-${PORTVERSION}rc${FINALRC}-dist |
Lines 24-30
Link Here
|
24 |
# In bazel, a release is always code-wise identical to the final release candidate. |
24 |
# In bazel, a release is always code-wise identical to the final release candidate. |
25 |
# Hence we can also download that one and so have a simple way to also test earlier release |
25 |
# Hence we can also download that one and so have a simple way to also test earlier release |
26 |
# candidates. |
26 |
# candidates. |
27 |
FINALRC= 8 |
27 |
FINALRC= 16 |
28 |
|
28 |
|
29 |
USES= shebangfix zip:infozip python |
29 |
USES= shebangfix zip:infozip python |
30 |
SHEBANG_REGEX= .*(sh|txt|_stub|stub_.*|bazel|get_workspace_status|protobuf_support|_so) |
30 |
SHEBANG_REGEX= .*(sh|txt|_stub|stub_.*|bazel|get_workspace_status|protobuf_support|_so) |
Lines 41-47
Link Here
|
41 |
.include <bsd.port.pre.mk> |
41 |
.include <bsd.port.pre.mk> |
42 |
|
42 |
|
43 |
.if ${ARCH} == "i386" |
43 |
.if ${ARCH} == "i386" |
44 |
EXTRA_PATCHES+= ${FILESDIR}/extra-i386_src_BUILD ${FILESDIR}/extra-i386_tools_cpp_BUILD.static.freebsd |
44 |
EXTRA_PATCHES+= ${FILESDIR}/extra-i386_tools_cpp_BUILD.static.freebsd |
45 |
.endif |
45 |
.endif |
46 |
|
46 |
|
47 |
# Have the location of the system-wide rc file reside ${ETCDIR}. |
47 |
# Have the location of the system-wide rc file reside ${ETCDIR}. |