File tree Expand file tree Collapse file tree 3 files changed +20
-9
lines changed Expand file tree Collapse file tree 3 files changed +20
-9
lines changed Original file line number Diff line number Diff line change 1
1
PORTNAME = harec
2
- PORTVERSION = g20220428
2
+ PORTVERSION = g20220501
3
3
CATEGORIES = lang
4
4
MASTER_SITES = https://git.sr.ht/~sircmpwn/${PORTNAME}/archive/
5
- DISTNAME = e5fb517
5
+ DISTNAME = fba0a9b5
6
6
DIST_SUBDIR = hare
7
7
8
8
MAINTAINER = se@FreeBSD.org
@@ -13,8 +13,10 @@ LICENSE_FILE= ${WRKSRC}/COPYING
13
13
14
14
ONLY_FOR_ARCHS = amd64 # aarch64 riscv64
15
15
16
- BUILD_DEPENDS = qbe:devel/qbe
17
- RUN_DEPENDS = qbe:devel/qbe
16
+ BUILD_DEPENDS = qbe:devel/qbe \
17
+ as:devel/binutils
18
+ RUN_DEPENDS = qbe:devel/qbe \
19
+ as:devel/binutils
18
20
19
21
USES = compiler:c11
20
22
@@ -31,7 +33,7 @@ do-install:
31
33
${MKDIR} ${STAGEDIR}${DOCSDIR}
32
34
${INSTALL_DATA} ${WRKSRC} /docs/* .txt ${STAGEDIR}${DOCSDIR}
33
35
34
- # do-test:
35
- # cd ${WRKSRC}/build && make check
36
+ do-test :
37
+ cd ${WRKSRC} /build && make check
36
38
37
39
.include <bsd.port.mk>
Original file line number Diff line number Diff line change 1
- TIMESTAMP = 1651310936
2
- SHA256 (hare/e5fb517 .tar.gz) = 12694873b5c356b7962fba3a838167141a60dd8db713e715cf6f1eb25aa12944
3
- SIZE (hare/e5fb517 .tar.gz) = 155242
1
+ TIMESTAMP = 1651435405
2
+ SHA256 (hare/fba0a9b5 .tar.gz) = 64cd349c389936366ce2914c005b301a931c809f720dde33f9ac302cf30db61f
3
+ SIZE (hare/fba0a9b5 .tar.gz) = 159375
Original file line number Diff line number Diff line change
1
+ --- rt/+freebsd/start+x86_64.s.orig 2022 -04 -28 14: 14 :40 UTC
2
+ +++ rt/+freebsd/start+x86_64.s
3
+ @@ -2 ,5 +2 ,6 @@ _start:
4
+ .global _start
5
+ _start:
6
+ xor %rbp , %rbp
7
+ + pushq %rbp
8
+ movq %rsp , %rdi
9
+ call rt.start_ha
You can’t perform that action at this time.
0 commit comments