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

Collapse All | Expand All

(-)lang/guile2/Makefile (-6 / +6 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	guile
4
PORTNAME=	guile
5
PORTVERSION=	2.0.14
5
PORTVERSION=	2.0.14
6
PORTREVISION=	5
6
PORTREVISION=	6
7
CATEGORIES=	lang scheme
7
CATEGORIES=	lang scheme
8
MASTER_SITES=	GNU
8
MASTER_SITES=	GNU
9
PKGNAMESUFFIX=	2
9
PKGNAMESUFFIX=	2
Lines 11-21 Link Here
11
MAINTAINER=	bofh@FreeBSD.org
11
MAINTAINER=	bofh@FreeBSD.org
12
COMMENT=	GNU Ubiquitous Intelligent Language for Extension
12
COMMENT=	GNU Ubiquitous Intelligent Language for Extension
13
13
14
LICENSE=	LGPL21
14
LICENSE=	GPLv3 LGPL3
15
LICENSE_COMB=	multi
15
16
16
BROKEN_mips64=		fails to build: qemu: uncaught target signal 11 (Segmentation fault) - core dumped
17
BROKEN_powerpc64=	fails to build: gmake[4]: *** [Makefile:3216: libguile_2.0_la-vm.lo] Error 1
18
19
LIB_DEPENDS=	libgmp.so:math/gmp \
17
LIB_DEPENDS=	libgmp.so:math/gmp \
20
		libltdl.so:devel/libltdl \
18
		libltdl.so:devel/libltdl \
21
		libunistring.so:devel/libunistring \
19
		libunistring.so:devel/libunistring \
Lines 25-32 Link Here
25
23
26
MAKE_JOBS_UNSAFE=	yes
24
MAKE_JOBS_UNSAFE=	yes
27
25
28
USES=		charsetfix gmake libtool makeinfo ncurses pathfix pkgconfig \
26
USES_powerpc64=compiler:c11
27
USES=		charsetfix ${USES_${ARCH}} gmake libtool makeinfo ncurses pathfix pkgconfig \
29
		readline
28
		readline
29
30
USE_LDCONFIG=	yes
30
USE_LDCONFIG=	yes
31
GNU_CONFIGURE=	yes
31
GNU_CONFIGURE=	yes
32
CPPFLAGS+=	-I${LOCALBASE}/include
32
CPPFLAGS+=	-I${LOCALBASE}/include

Return to bug 231778