View | Details | Raw Unified | Return to bug 265570
Collapse All | Expand All

(-)b/lang/gnatcross-sysroot-aarch64/Makefile (-3 / +4 lines)
Lines 1-6 Link Here
1
PORTNAME=	sysroot
1
PORTNAME=	sysroot
2
PORTVERSION=	1
2
PORTVERSION=	1
3
PORTREVISION=	1
3
PORTREVISION=	2
4
CATEGORIES=	lang
4
CATEGORIES=	lang
5
MASTER_SITES=	${PUB_FREEBSD}/releases/arm64/aarch64/11.3-RELEASE/
5
MASTER_SITES=	${PUB_FREEBSD}/releases/arm64/aarch64/11.3-RELEASE/
6
PKGNAMEPREFIX=	gnatcross-
6
PKGNAMEPREFIX=	gnatcross-
Lines 16-29 ONLY_FOR_ARCHS= amd64 i386 Link Here
16
16
17
USES=		tar:txz
17
USES=		tar:txz
18
18
19
BUNDLE_LIBS=	yes
20
EXTRACT_AFTER_ARGS=	lib/ usr/include/ usr/lib/
21
19
NO_BUILD=	yes
22
NO_BUILD=	yes
20
NO_MTREE=	yes
23
NO_MTREE=	yes
21
24
22
PUB_FREEBSD=	ftp://ftp.freebsd.org/pub/FreeBSD
25
PUB_FREEBSD=	ftp://ftp.freebsd.org/pub/FreeBSD
23
PREFIX=		${LOCALBASE}/FreeBSD_ARM64
26
PREFIX=		${LOCALBASE}/FreeBSD_ARM64
24
27
25
EXTRACT_AFTER_ARGS=	lib/ usr/include/ usr/lib/
26
27
post-extract:
28
post-extract:
28
	/bin/chflags -R noschg ${WRKDIR}
29
	/bin/chflags -R noschg ${WRKDIR}
29
30

Return to bug 265570