Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Apr 2021 04:20:14 GMT
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 01979e78f8f4 - main - lang/swi-pl: Add explicit readline dependency (D29353)
Message-ID:  <202104070420.1374KEig021785@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by tobik:

URL: https://cgit.FreeBSD.org/ports/commit/?id=01979e78f8f420c88d501066277fa4a7778e8fa1

commit 01979e78f8f420c88d501066277fa4a7778e8fa1
Author:     Tobias Kortkamp <tobik@FreeBSD.org>
AuthorDate: 2021-04-07 03:34:27 +0000
Commit:     Tobias Kortkamp <tobik@FreeBSD.org>
CommitDate: 2021-04-07 04:19:58 +0000

    lang/swi-pl: Add explicit readline dependency (D29353)
    
    This unbreaks the build when using devel/samurai.
    
    It previously got it through ninja->python->readline.
    
    ===>  Building package for swi-pl-8.2.3_1
    pkg-static: Unable to access file /wrkdirs/usr/ports/lang/swi-pl/work/stage/usr/local/lib/swipl/doc/packages/readline.html:No such file or directory
    pkg-static: Unable to access file /wrkdirs/usr/ports/lang/swi-pl/work/stage/usr/local/lib/swipl/lib/amd64-freebsd/readline4pl.so:No such file or directory
    pkg-static: Unable to access file /wrkdirs/usr/ports/lang/swi-pl/work/stage/usr/local/lib/swipl/library/readline.pl:No such file or directory
    *** Error code 1
    
    http://package18.nyi.freebsd.org/data/122amd64-default-foo/2021-04-04_07h37m38s/logs/errors/swi-pl-8.2.3_1.log
    
    PR:             254678
---
 lang/swi-pl/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lang/swi-pl/Makefile b/lang/swi-pl/Makefile
index 624cd89d6ced..f834e60d6f34 100644
--- a/lang/swi-pl/Makefile
+++ b/lang/swi-pl/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	swi-pl
 DISTVERSION=	8.2.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	lang
 MASTER_SITES=	http://www.swi-prolog.org/download/stable/src/
 DISTNAME=	swipl-${DISTVERSION}
@@ -20,8 +20,8 @@ LIB_DEPENDS=	libpcre.so:devel/pcre \
 		libossp-uuid.so:misc/ossp-uuid \
 		libyaml.so:textproc/libyaml
 
-USES=		compiler:c11 libedit cmake libarchive pathfix pkgconfig \
-		shebangfix ssl
+USES=		cmake compiler:c11 libarchive libedit pathfix pkgconfig \
+		readline shebangfix ssl
 USE_XORG=	ice sm x11 xext xft xinerama xpm xt
 
 OPTIONS_DEFINE=		DOCS TCMALLOC EXAMPLES XPCE GMP THREADED ODBC



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