Date: Sun, 28 Oct 2018 08:40:27 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483240 - head/lang/guile2 Message-ID: <201810280840.w9S8eRUe004757@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Sun Oct 28 08:40:27 2018 New Revision: 483240 URL: https://svnweb.freebsd.org/changeset/ports/483240 Log: 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) Modified: head/lang/guile2/Makefile Modified: head/lang/guile2/Makefile ============================================================================== --- head/lang/guile2/Makefile Sun Oct 28 08:31:14 2018 (r483239) +++ head/lang/guile2/Makefile Sun Oct 28 08:40:27 2018 (r483240) @@ -3,7 +3,7 @@ PORTNAME= guile PORTVERSION= 2.0.14 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= lang scheme MASTER_SITES= GNU PKGNAMESUFFIX= 2 @@ -11,11 +11,9 @@ PKGNAMESUFFIX= 2 MAINTAINER= bofh@FreeBSD.org COMMENT= GNU Ubiquitous Intelligent Language for Extension -LICENSE= LGPL21 +LICENSE= GPLv3 LGPL3 +LICENSE_COMB= multi -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 - LIB_DEPENDS= libgmp.so:math/gmp \ libltdl.so:devel/libltdl \ libunistring.so:devel/libunistring \ @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810280840.w9S8eRUe004757>