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

(-)devel/linux_kdump/Makefile (-7 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	linux_kdump
4
PORTNAME=	linux_kdump
5
PORTVERSION=	1.5
5
PORTVERSION=	1.5
6
PORTREVISION=	2
6
PORTREVISION=	3
7
CATEGORIES=	devel linux
7
CATEGORIES=	devel linux
8
MASTER_SITES=	${MASTER_SITE_LOCAL}
8
MASTER_SITES=	${MASTER_SITE_LOCAL}
9
MASTER_SITE_SUBDIR=	marcel
9
MASTER_SITE_SUBDIR=	marcel
Lines 11-20 MASTER_SITE_SUBDIR= marcel Link Here
11
MAINTAINER=	emulation@FreeBSD.org
11
MAINTAINER=	emulation@FreeBSD.org
12
COMMENT=	Linux-compatibility ktrace.out processor
12
COMMENT=	Linux-compatibility ktrace.out processor
13
13
14
BROKEN=		Fails to build with new linux_base-gentoo-stage3
14
BUILD_DEPENDS=	${LINUXBASE}/usr/bin/gcc:${PORTSDIR}/devel/linux-f10-devtools
15
15
16
BUILD_DEPENDS=	${LINUXBASE}/usr/bin/gcc:${PORTSDIR}/emulators/linux_base-gentoo-stage3
17
18
USES=		uidfix
16
USES=		uidfix
19
ONLY_FOR_ARCHS=	i386 amd64
17
ONLY_FOR_ARCHS=	i386 amd64
20
NO_MANCOMPRESS=	yes
18
NO_MANCOMPRESS=	yes
Lines 32-40 IGNORE= requires kernel source present in ${SRC_BA Link Here
32
.if !exists(${SRC_BASE}/usr.bin/ktrace/subr.c)
30
.if !exists(${SRC_BASE}/usr.bin/ktrace/subr.c)
33
IGNORE=	requires ktrace source present in ${SRC_BASE}/usr.bin/ktrace
31
IGNORE=	requires ktrace source present in ${SRC_BASE}/usr.bin/ktrace
34
.endif
32
.endif
35
.if exists(${LINUXBASE}/etc/fedora-release)
36
IGNORE=	does not build with the default linux base, use the package instead
37
.endif
38
33
39
pre-install:
34
pre-install:
40
	${MKDIR} ${STAGEDIR}/bin ${STAGEDIR}/man/man1
35
	${MKDIR} ${STAGEDIR}/bin ${STAGEDIR}/man/man1

Return to bug 180790