Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 May 2020 10:06:45 +0000 (UTC)
From:      Jimmy Olgeni <olgeni@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r536380 - head/lang/ecl
Message-ID:  <202005241006.04OA6jZM056539@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olgeni
Date: Sun May 24 10:06:45 2020
New Revision: 536380
URL: https://svnweb.freebsd.org/changeset/ports/536380

Log:
  lang/ecl: add link to lib directory without version number (lib/ecl).
  
  This is required by the work being done on math/sage.
  
  Submitted by:	thierry

Modified:
  head/lang/ecl/Makefile
  head/lang/ecl/pkg-plist

Modified: head/lang/ecl/Makefile
==============================================================================
--- head/lang/ecl/Makefile	Sun May 24 10:01:47 2020	(r536379)
+++ head/lang/ecl/Makefile	Sun May 24 10:06:45 2020	(r536380)
@@ -3,6 +3,7 @@
 
 PORTNAME=	ecl
 PORTVERSION=	16.1.3
+PORTREVISION=	1
 CATEGORIES=	lang lisp
 MASTER_SITES=	https://common-lisp.net/project/ecl/static/files/release/
 
@@ -63,5 +64,6 @@ post-patch-THREADS-on:
 post-install:
 	${RMDIR} ${STAGEDIR}${PREFIX}/include/ecl/gc/private
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libecl.so.${PORTVERSION}
+	${LN} -sf ecl-${PORTVERSION} ${STAGEDIR}${PREFIX}/lib/ecl
 
 .include <bsd.port.mk>

Modified: head/lang/ecl/pkg-plist
==============================================================================
--- head/lang/ecl/pkg-plist	Sun May 24 10:01:47 2020	(r536379)
+++ head/lang/ecl/pkg-plist	Sun May 24 10:06:45 2020	(r536380)
@@ -84,6 +84,7 @@ include/ecl/number.h
 include/ecl/object.h
 include/ecl/page.h
 include/ecl/stacks.h
+lib/ecl
 lib/ecl-%%VERSION%%/COPYING
 lib/ecl-%%VERSION%%/LICENSE
 lib/ecl-%%VERSION%%/TAGS



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