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

Collapse All | Expand All

(-)Makefile (-2 / +6 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	slurm
4
PORTNAME=	slurm
5
PORTVERSION=	15.08.12
5
PORTVERSION=	15.08.12
6
PORTREVISION=	1
6
CATEGORIES=	sysutils
7
CATEGORIES=	sysutils
7
MASTER_SITES=	http://www.schedmd.com/download/latest/ \
8
MASTER_SITES=	http://www.schedmd.com/download/latest/ \
8
		http://www.schedmd.com/download/archive/ \
9
		http://www.schedmd.com/download/archive/ \
Lines 41-47 Link Here
41
IPMI_DESC=	IPMI engergy consumption accounting
42
IPMI_DESC=	IPMI engergy consumption accounting
42
RRD_DESC=	RRD external sensor data collection
43
RRD_DESC=	RRD external sensor data collection
43
44
44
GTK2_USE=		GNOME=glib20,gtk20
45
GTK2_USE=		GNOME=cairo,gdkpixbuf2,glib20,gtk20
46
GTK2_LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
47
			libfreetype.so:print/freetype2
48
GTK2_USES=		gettext			
45
49
46
DOCS_BUILD_DEPENDS=	man2html:textproc/man2html
50
DOCS_BUILD_DEPENDS=	man2html:textproc/man2html
47
51
Lines 61-67 Link Here
61
RRD_LIB_DEPENDS=	librrd.so:databases/rrdtool
65
RRD_LIB_DEPENDS=	librrd.so:databases/rrdtool
62
RRD_CONFIGURE_WITH=	rrdtool
66
RRD_CONFIGURE_WITH=	rrdtool
63
67
64
MYSQL_USE=		MYSQL=yes
68
MYSQL_USES=		mysql
65
69
66
CFLAGS+=	-I${WRKSRC}/slurm -I${LOCALBASE}/include
70
CFLAGS+=	-I${WRKSRC}/slurm -I${LOCALBASE}/include
67
LDFLAGS+=	-L${LOCALBASE}/lib -lsysinfo -lkvm
71
LDFLAGS+=	-L${LOCALBASE}/lib -lsysinfo -lkvm

Return to bug 209996