Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Feb 2020 23:46:46 +0000 (UTC)
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r526077 - in head/lang: . guile1
Message-ID:  <202002132346.01DNkk3b015376@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002132346.01DNkk3b015376>