View | Details | Raw Unified | Return to bug 222571 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-4 / +2 lines)
Lines 6-16 Link Here
6
CATEGORIES=	sysutils
6
CATEGORIES=	sysutils
7
MASTER_SITES=	http://www.meinberg.de/download/drivers/
7
MASTER_SITES=	http://www.meinberg.de/download/drivers/
8
8
9
10
MAINTAINER=	gnn@FreeBSD.org
9
MAINTAINER=	gnn@FreeBSD.org
11
COMMENT=	Drivers and tools for Meinberg PTP/GPS cards
10
COMMENT=	Drivers and tools for Meinberg PTP/GPS cards
12
11
13
LICENSE=	BSD
12
LICENSE=	NONE
14
13
15
BROKEN_aarch64=		fails to compile: unused variables
14
BROKEN_aarch64=		fails to compile: unused variables
16
BROKEN_armv6=		fails to compile: implicit declaration of function 'cp15_pmccntr_get' is invalid in C99
15
BROKEN_armv6=		fails to compile: implicit declaration of function 'cp15_pmccntr_get' is invalid in C99
Lines 18-25 Link Here
18
BROKEN_powerpc64=	fails to compile: warning: mbg_dbg_data defined but not used
17
BROKEN_powerpc64=	fails to compile: warning: mbg_dbg_data defined but not used
19
BROKEN_sparc64=		fails to compile: error in structure definitions
18
BROKEN_sparc64=		fails to compile: error in structure definitions
20
19
20
USES=		kmod uidfix
21
USE_RC_SUBR=	mbgsvcd
21
USE_RC_SUBR=	mbgsvcd
22
22
23
USES=		kmod uidfix
24
25
.include <bsd.port.mk>
23
.include <bsd.port.mk>

Return to bug 222571