aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2018-10-28 08:40:27 +0000
committerMark Linimon <linimon@FreeBSD.org>2018-10-28 08:40:27 +0000
commit3e72f5ff957c8d8329225e314926434798bb6671 (patch)
tree7659386359ce71998b0002b3983d9d5295d705eb /lang
parent1c74975ad2970a8c3197788d3f929f32e5c57a50 (diff)
downloadports-3e72f5ff957c8d8329225e314926434798bb6671.tar.gz
ports-3e72f5ff957c8d8329225e314926434798bb6671.zip
Fix powerpc64 build. Correct license information.
PR: 231778 Submitted by: Piotr Kubaj Reviewed by: ndowens at yahoo dot com Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=483240
Diffstat (limited to 'lang')
-rw-r--r--lang/guile2/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/lang/guile2/Makefile b/lang/guile2/Makefile
index 7a83d017299d..cfaeb81f4297 100644
--- a/lang/guile2/Makefile
+++ b/lang/guile2/Makefile
@@ -3,7 +3,7 @@
PORTNAME= guile
PORTVERSION= 2.0.14
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= lang scheme
MASTER_SITES= GNU
PKGNAMESUFFIX= 2
@@ -11,10 +11,8 @@ PKGNAMESUFFIX= 2
MAINTAINER= bofh@FreeBSD.org
COMMENT= GNU Ubiquitous Intelligent Language for Extension
-LICENSE= LGPL21
-
-BROKEN_mips64= fails to build: qemu: uncaught target signal 11 (Segmentation fault) - core dumped
-BROKEN_powerpc64= fails to build: gmake[4]: *** [Makefile:3216: libguile_2.0_la-vm.lo] Error 1
+LICENSE= GPLv3 LGPL3
+LICENSE_COMB= multi
LIB_DEPENDS= libgmp.so:math/gmp \
libltdl.so:devel/libltdl \
@@ -25,8 +23,10 @@ CONFLICTS_INSTALL= guile-[0-9]*
MAKE_JOBS_UNSAFE= yes
-USES= charsetfix gmake libtool makeinfo ncurses pathfix pkgconfig \
- readline
+USES= charsetfix ${USES_${ARCH}} gmake libtool makeinfo ncurses pathfix \
+ pkgconfig readline
+USES_powerpc64= compiler:c11
+
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include