From owner-svn-ports-head@freebsd.org Thu Feb 13 23:46:46 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7931023A074; Thu, 13 Feb 2020 23:46:46 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48JY7p2f9Kz3HqW; Thu, 13 Feb 2020 23:46:46 +0000 (UTC) (envelope-from bofh@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 55F0E1AC52; Thu, 13 Feb 2020 23:46:46 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 01DNkkgs015377; Thu, 13 Feb 2020 23:46:46 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01DNkk3b015376; Thu, 13 Feb 2020 23:46:46 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <202002132346.01DNkk3b015376@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Thu, 13 Feb 2020 23:46:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r526077 - in head/lang: . guile1 X-SVN-Group: ports-head X-SVN-Commit-Author: bofh X-SVN-Commit-Paths: in head/lang: . guile1 X-SVN-Commit-Revision: 526077 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: Thu, 13 Feb 2020 23:46:46 -0000 Author: bofh Date: Thu Feb 13 23:46:45 2020 New Revision: 526077 URL: https://svnweb.freebsd.org/changeset/ports/526077 Log: [NEW] lang/guile1: GNU Ubiquitous Intelligent Language for Extension GUILE, GNU's Ubiquitous Intelligent Language for Extension, is a library that implements the Scheme language plus various convenient facilities. It's designed so that you can link it into an application or utility to make it extensible. Our plan is to link this library into all GNU programs that call for extensibility. WWW: http://www.gnu.org/software/guile/ - Repo-Copied from lang/guile in preperation of 3.X.X Added: head/lang/guile1/ - copied from r524765, head/lang/guile/ Modified: head/lang/Makefile head/lang/guile1/Makefile Modified: head/lang/Makefile ============================================================================== --- head/lang/Makefile Thu Feb 13 23:42:42 2020 (r526076) +++ head/lang/Makefile Thu Feb 13 23:46:45 2020 (r526077) @@ -125,6 +125,7 @@ SUBDIR += groovy SUBDIR += gscheme SUBDIR += guile + SUBDIR += guile1 SUBDIR += guile2 SUBDIR += harbour SUBDIR += haskell-mode.el Modified: head/lang/guile1/Makefile ============================================================================== --- head/lang/guile/Makefile Sat Feb 1 13:41:27 2020 (r524765) +++ head/lang/guile1/Makefile Thu Feb 13 23:46:45 2020 (r526077) @@ -4,9 +4,9 @@ PORTNAME= guile PORTVERSION= 1.8.8 -PORTREVISION= 4 CATEGORIES= lang scheme MASTER_SITES= GNU +PKGNAMESUFFIX= 1 MAINTAINER= bofh@FreeBSD.org COMMENT= GNU Ubiquitous Intelligent Language for Extension @@ -17,10 +17,11 @@ LICENSE_FILE= ${WRKSRC}/COPYING.LESSER LIB_DEPENDS= libltdl.so:devel/libltdl \ libgmp.so:math/gmp -CONFLICTS_INSTALL= guile2-[0-9]* - USES= autoreconf gmake libtool makeinfo ncurses pathfix USE_LDCONFIG= yes + +CONFLICTS_INSTALL= guile2-[0-9]* guile-[0-9]* + GNU_CONFIGURE= yes CFLAGS+= -fwrapv CPPFLAGS+= -I${LOCALBASE}/include