From owner-svn-ports-head@freebsd.org Sun Oct 28 08:40:28 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8FF6E10EC872; Sun, 28 Oct 2018 08:40:28 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 34BC37601D; Sun, 28 Oct 2018 08:40:28 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 10B6D1CFE6; Sun, 28 Oct 2018 08:40:28 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9S8eRbv004758; Sun, 28 Oct 2018 08:40:27 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9S8eRUe004757; Sun, 28 Oct 2018 08:40:27 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201810280840.w9S8eRUe004757@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Sun, 28 Oct 2018 08:40:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483240 - head/lang/guile2 X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: head/lang/guile2 X-SVN-Commit-Revision: 483240 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Oct 2018 08:40:28 -0000 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